home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / tmail.zip / TC_V101.ZIP / TCALLER.DOC < prev    next >
Text File  |  1997-07-12  |  3KB  |  117 lines

  1.                           
  2.                           TCALLER -- Version 1.01
  3.                              
  4.                              Fido - 2:256/527
  5.                             BBS  - 0191 2686461
  6.  
  7. Disclaimer...........
  8.  
  9.  I hold no responsibility for any damage to hardware, software,
  10.  small fluffy animals or anything else that may suffer from the
  11.  running of this programme. Use it at your own risk.
  12.  
  13. Status....
  14.  
  15.  This Programme is freeware.  Use it as your will.  But feel free to
  16.  send me any feedback you may have, good or bad.
  17.  
  18.  What is it?....................
  19.  
  20.  Tcaller reads your T-mail log file and creates an ansi output screen
  21.  that can be displayed on your bbs.  The screen contains a list of all
  22.  incoming mail callers and bbs users for the current day.
  23.  
  24.  History.................
  25.  
  26.  The first version of Tcaller was written so I could have an ansi
  27.  display of incoming mail callers.  I wrote it simply because there
  28.  was nothing else about that did the job I wanted it to do.
  29.  I then decided I wanted to put the bbs callers on the same list
  30.  and thats what this version does.
  31.  
  32.  
  33.  Files..................
  34.  
  35.  Tcaller.exe           reads the tmail log and produces display.
  36.  TcallRA.exe           reads the lastcall.bbs file and writes to log.
  37.  Tcaller.ctl           control file for tcaller.
  38.  TcallRA.ctl           control file for tcallra.
  39.  Tcaller.doc           This file.
  40.  Dupe.dat              data file that reduces risk of duplicate entries.
  41.  Tcaller.ans           Sample ansi file from my system.
  42.  
  43. Installation............. 
  44.  
  45.  The Tcall*.ctl files MUST be in the same directory as the Tcall*.exe
  46.  files.
  47.  
  48.  Tcaller.ctl...
  49.  Enter the full path and file name of your tmail.log file in the first
  50.  line of the CTL file.
  51.  Enter the full path and file name of the ansi screen...
  52.  
  53.  IE.
  54.  
  55.  D:\bbs\tmail\logs\tmail01.log
  56.  d:\bbs\ra\txtfiles\tcaller.ans
  57.  
  58.  TcallRA.ctl... 
  59.  Enter the full path and file name of your lastcall.bbs file in the
  60.  first line of the CTL file.
  61.  Enter the full path and file name of your tmail.log file in
  62.  the second line....
  63.  
  64.  IE.
  65.  
  66.  D:\bbs\ra\lastcall.bbs
  67.  d:\bbs\tmail\logs\tmail01.log
  68.  
  69.  I run Tcaller in a batch file after every mail session.
  70.  IE. in T-mail.ctl I have the line...
  71.  
  72.  Process session d:\bbs\tmail\toss.bat
  73.  
  74.  My toss.bat file is as follows...
  75.  
  76.  Echo off
  77.  cd d:\bbs\fmail
  78.  fmail3 import
  79.  fmail3 pack
  80.  fmail3 toss
  81.  cd d:\bbs\tmail
  82.  tmsite.exe
  83.  tcaller.exe
  84.  tmr /ANS:d:\bbs\ra\txtfiles\tmr.ans
  85.  
  86.  Run the TcallRA.exe file in your bbs batch file after every
  87.  user logs off, directly followed by Tcaller.exe.
  88.  
  89.  
  90.  Then I use the display ans file (type 5) menu option in RA.
  91.  
  92.  In the Ansi display, BBS calls are marked with 'RA' after the
  93.  time field.
  94.  
  95.  
  96. Thanks to.......... 
  97.  
  98.  Special thanks to the two people who made sure I didnt make
  99.  a complete pigs ear out of this....
  100.  
  101.  Iain Sherrit   The Phantom BBS
  102.  Colin Birch    The Dog House BBS
  103.  
  104.  
  105.  Please report any problems or suggestions to the author.
  106.  I would be very happy to hear from you :)
  107.  
  108.  Ian Andrews
  109.  The Rocket BBS
  110.  Fido - 2:256/527
  111.  BBS - +44-191-2686461
  112.  Email - ian.andrews@rockbbs.demon.co.uk
  113.  
  114.  
  115.  
  116.  
  117.